home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr46 / vfwdk.zip / VFWSDK.ZIP / SAMPLES / MCIPLAY / MCIPLAY.H < prev    next >
Text File  |  1993-01-26  |  416b  |  22 lines

  1. /* dialogs */
  2. #define ABOUTBOX        1
  3.  
  4. /* Menu Items */
  5.  
  6. #define MENU_ABOUT    1000
  7. #define MENU_EXIT    1001
  8. #define MENU_NEW    1002
  9. #define MENU_CLOSE    1003
  10. #define MENU_CLOSEALL    1004
  11. #define MENU_OPEN    1005
  12.  
  13. /* Movie menu */
  14. #define IDM_STOP        9
  15. #define IDM_PLAY    10
  16. #define IDM_HOME    11
  17. #define IDM_END     12
  18. #define IDM_STEP    13
  19. #define IDM_RSTEP    14
  20. #define IDM_RPLAY    15
  21. #define IDM_PAUSE       16
  22.